home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / KICK < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.3 KB  |  35 lines

  1. Usage: KICK *|<channel> <user> [<comment>]
  2.   Kicks specified user off a given channel.  Only channel operators
  3.   are privileged to use this command.  Channel operator privileges
  4.   can be given to other users of channel using:
  5.     MODE <channel> +o <user>
  6.   and taken away with:
  7.     MODE <channel> -o <user>
  8.   KICK * <user> is just like the first usage but it always specifies
  9.   the current channel.  So 
  10.     KICK * idiot
  11.   will kick 'idiot' off your current active channel.
  12.  
  13.   KICK can be very effective if used in a combination with
  14.     MODE #channel +i
  15.   and possibly
  16.     MODE #channel +b.
  17.   First line of defense should be IGNORE and KICK then then the
  18.   channel can be made invite only, and if all else fails a person
  19.   can be banned from the channel.
  20.  
  21.   The <comment> is to supply some reason for the kick to the user
  22.   affected as well as to other people on your channel.
  23.  
  24. IMPORTANT NOTE:
  25.   Be careful with your use of KICK and MODE #channel -o
  26.   as they can throw the network permanently out of sync.  This
  27.   generally occurs when two people are bickering about channel op
  28.   status and de-op each other.  This generates 'Fake MODE' notices
  29.   which are an indication that something is wrong.  The best way
  30.   to avoid this is to not use ON and MODE together.
  31.  
  32. See Also:
  33.   MODE
  34.   IGNORE
  35.